home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 2 / PC World Interactive 2 - Eylül 1997.iso / shar / ofis / voicepad / vpdset.1 / KVCMDS.KVV < prev    next >
Text File  |  1996-09-29  |  4KB  |  152 lines

  1. ; KVCMDS.KVV
  2. ; This file contains the definition of KV Commands
  3. ; Note: all commands in this file are intrinsic functions of KV
  4. ;   this file does not yet implement the master list mechanism
  5.  
  6. [Dictation Commands]
  7. SUBLIST(Open-Application)
  8.  
  9. "delete-that" = delete_that,,CMD, N, N
  10. "delete-noise" = delete_noise,,CMD, N, N
  11.  
  12. "take-one" = take_1,,CMD, N, N
  13. "take-two" = take_2,,CMD, N, N
  14. "take-three" = take_3,,CMD, N, N
  15. "take-four" = take_4,,CMD, N, N
  16.  
  17. "back-up-one" = backup_1,,CMD, N, N
  18. "back-up-two" = backup_2,,CMD, N, N
  19. "back-up-three" = backup_3,,CMD, N, N
  20. "back-up-four" = backup_4,,CMD, N, N
  21.  
  22. "move-on" = move_on,,CMD, N, N
  23.  
  24. "forward-one" = forward_1,,CMD, N, N
  25. "forward-two" = forward_2,,CMD, N, N
  26. "forward-three" = forward_3,,CMD, N, N
  27. "forward-four" = forward_4,,CMD, N, N
  28.  
  29. "endings-of-best" = forms_of_0,,CMD, N, N
  30. "endings-of-one" = forms_of_1,,CMD, N, N
  31. "endings-of-two" = forms_of_2,,CMD, N, N
  32. "endings-of-three" = forms_of_3,,CMD, N, N
  33. "endings-of-four" = forms_of_4,,CMD, N, N
  34.  
  35. "correct-that" = correct_that,,CMD, N, N
  36. "open-keyboard" = voice_keyboard,,CMD, N, N
  37.  
  38. ; KV control words
  39.  
  40. "save-profile" = save_profile,,CMD, N, Y
  41. "open-active-words" = show_active_words,,CMD, N, N
  42. "close-active-words" = hide_active_words,,CMD, N, N
  43. "open-take" = show_take,,CMD, N, N
  44. "close-take" = hide_take,,CMD, N, N
  45. "stop-listening" = stop_listening,,CMD, N, N
  46. "recognition-wizard" = recognition_wizard,,CMD, N, N
  47. "sound-levels" = check_levels,,CMD, N, N
  48.  
  49. ; listen-to-me is in another list
  50.  
  51. ; capitalization and spacing
  52.  
  53. "initial-caps" = begin_document,,CMD, N, N
  54. "initial-cap-that" = initial_cap_that,,CMD, N, N
  55. "capitalize-that" = initial_cap_that,,CMD, N, N
  56. "initial-cap-on" = initial_cap_on,,CMD, N, N
  57. "initial-cap-off" = initial_cap_off,,CMD, N, N
  58. "uppercase-that" = uppercase_that,,CMD, N, N
  59. "uppercase-on" = uppercase_on,,CMD, N, N
  60. "uppercase-off" = uppercase_off,,CMD, N, N
  61. "lowercase-that" = lowercase_that,,CMD, N, N
  62. "lowercase-on" = lowercase_on,,CMD, N, N
  63. "lowercase-off" = lowercase_off,,CMD, N, N
  64. "auto-cap-on" = auto_cap_on,,CMD, N, N
  65. "auto-cap-off" = auto_cap_off,,CMD, N, N
  66. "auto-spacing-on" = auto_spacing_on,,CMD, N, N
  67. "auto-spacing-off" = auto_spacing_off,,CMD, N, N
  68. "add-space" = add_space,,CMD, N, N
  69. "delete-space" = delete_space,,CMD, N, N
  70.  
  71. ; cue card commands
  72.  
  73. "voice-alphabet-cue-card" = voice_alphabet_cue_card,,CMD, N, N
  74. "basic-commands-cue-card" = basic_commands_cue_card,,CMD, N, N
  75. "navigation-cue-card" = navigation_cue_card,,CMD, N, N
  76. "punctuation-cue-card" = punctuation_cue_card,,CMD, N, N
  77. "numbers-cue-card" = numbers_cue_card,,CMD, N, N
  78.  
  79.  
  80. ;************************************************************
  81. ; this is a mini-word list used by the stop-listening command
  82. ;************************************************************
  83.  
  84. [Listen To Me]
  85. ATTRIBUTE(MORE DEAF)
  86. "listen-to-me" = listen_to_me,,CMD, N, N
  87. ;"take-one"          = take_1,,CMD, N, N
  88.  
  89.  
  90. [Continuous Digits]
  91. "1" = "1", , TEXT
  92. "2" = "2", , TEXT
  93. "3" = "3", , TEXT
  94. "4" = "4", , TEXT
  95. "5" = "5", , TEXT
  96. "6" = "6", , TEXT
  97. "7" = "7", , TEXT
  98. "8" = "8", , TEXT
  99. "9" = "9", , TEXT
  100. "0" = "0", , TEXT
  101. "-" = "-", , TEXT
  102. "," = ",", , TEXT
  103. "[DIGITS]" = 
  104.  
  105.  
  106. ;*****************************************************************
  107. ; this is the list of wordlists included in menu-tracked wordlists
  108. ;*****************************************************************
  109.  
  110. [Tracked Menu Sublists]
  111. SUBLIST(Windows Menu Commands, Dictation Commands)
  112.  
  113.  
  114.  
  115. ;*******************************************************************
  116. ; this is the list of wordlists included in dialog-tracked wordlists
  117. ;*******************************************************************
  118.  
  119. [Tracked Dialog Sublists]
  120. SUBLIST(Dialog Exception Keys, Windows Commands, Dictation Commands, Voice Alphabet, Punctuation Keys, Extended Keys, Navigation Keys, Continuous Digits)
  121.  
  122. [Tracked Dialog FreeText Sublists]
  123. SUBLIST(Dialog Exception Keys, Windows Commands, Dictation Commands, Global Words, Continuous Digits)
  124.  
  125. [Dialog Exception Keys]
  126. ATTRIBUTE(NON DISPLAY)
  127. "tab-key" = "{TAB}", , TEXT, , Y
  128. "shift-tab-key" = "+{TAB}", , CMD, y, n, y
  129. "enter-key" = "{ENTER}", , TEXT, ,Y
  130. "return-key" = "{ENTER}", , TEXT, ,Y
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.